From: kfraser@localhost.localdomain Date: Wed, 2 Aug 2006 08:16:26 +0000 (+0100) Subject: [TOOLS] ppc64 is not a LIB_64_ARCH X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~15754^2~19 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=63c35d035176c976fb33ed15877ce5e341b774ea;p=xen.git [TOOLS] ppc64 is not a LIB_64_ARCH Signed-off-by: Jimi Xenidis --- diff --git a/tools/python/xen/util/auxbin.py b/tools/python/xen/util/auxbin.py index ba8aba182a..50450773dd 100644 --- a/tools/python/xen/util/auxbin.py +++ b/tools/python/xen/util/auxbin.py @@ -21,8 +21,8 @@ LIB_64 = "/usr/lib64" LIB_BIN_SUFFIX = "xen/bin" ## The architectures on which the LIB_64 directory is used. This -# deliberately excludes ia64. -LIB_64_ARCHS = [ 'x86_64', 'ppc64', 's390x', 'sparc64'] +# deliberately excludes ia64 and ppc64. +LIB_64_ARCHS = [ 'x86_64', 's390x', 'sparc64'] import os